var github.com/google/uuid.pool
3 uses
github.com/google/uuid (current package)
uuid.go#L44: pool [randPoolSize]byte // protected with poolMu
version4.go#L62: _, err := io.ReadFull(rander, pool[:])
version4.go#L69: copy(uuid[:], pool[poolPos:(poolPos+16)])
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |